




/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -1rem;
}


.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}



.banner .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/bannerR.png) no-repeat center;
  background-size: 100%;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/bannerL.png) no-repeat center;
  background-size: 100%;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.5rem;
  text-align: center;
  position: absolute;
  z-index: 5;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #334a80;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 26px;
  border-radius: 45px;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}




@media (max-width: 980px) {

  .banner{
    top: 0;
  }

  .banner .swiper-button-next {
    display: none;
  }

  .banner .swiper-button-prev {
    display: none;
  }

  .banner .swiper-pagination {

    bottom: 0.2rem;

  }


}



/* ab_list */

.ab_listbg{
  width: 100%;
  margin: -1rem auto 0 auto;
  padding: 0.2rem 0;
}

.ab_listbg .ab_list{
  margin: 0 auto;
}

.ab_listbg .ab_list ul{
  height: 0.94rem;
  background: url(../images/abxt.png) no-repeat left center;
}

.ab_listbg .ab_list ul li{
  float: left;
  width: 33.33%;
  text-align: center;
  height: 0.94rem;
  background: url(../images/abxt.png) no-repeat right center;

}

.ab_listbg .ab_list ul li h5{
  line-height: 0.34rem;
  padding-top: 0.12rem;

}

.ab_listbg .ab_list ul li h5 span{
  font-size: 0.4rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.ab_listbg .ab_list ul li h5 i{
  font-size: 0.16rem;
  color: #333;
}

.ab_listbg .ab_list ul li p{
  font-size: 0.18rem;
  color: #333;

}



/* product */

.title{
  width: 38%;
  float: left;

}

.title h3{
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.4rem;

}

.title h3 a{
  display: block;
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
}

.title span{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.24rem;
  margin-top: 0.2rem;
}

.title i{
  display: block;
  width: 0.8rem;
  height: 3px;
  background: #334a80;
  margin-top: 0.2rem;
}


.titlemore{
  float: right;
  margin-top: 0.7rem;
  width: 1.5rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 5px;
  background: #334a80;
}

.titlemore a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
}

.probg{
  width: 100%;
  background: #f5f5f5;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.6rem 0 0.25rem 0;

}

.probg .pro_t{
  margin: 0 auto;
  overflow: hidden;
}

.probg .pro_t .title{
  float: left;
  width: 35%;
}

.probg .pro_t .prolist{
  width: 64%;
  float: right;
  margin-top: 0.55rem;
}


.probg .pro_t .prolist ul li{
  float: left;
  width: 14.7%;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 5px;
  background: #fff;
  margin-left: 1.9%;
  position: relative;
  z-index: 5;
}

.probg .pro_t .prolist ul li a{
  font-size: 0.14rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .pro_t .prolist ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: #334a80;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.probg .pro_t .prolist ul li.on::after{
  width: 100%;
}

.probg .pro_t .prolist ul li.on a{
  color: #fff;
}


.probg .probox{
  margin: 0 auto;
  width: 88%;
}


.probg .probox .swiper-container{
  padding: 0.4rem 0;

}


.probg .probox ul{
  width: 96%;
  margin: 0 auto;
}

.probg .probox ul li{
  float: left;
  width: 15.8%;
  background: #fff;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.03);
  margin: 0 0.4% 0.1rem 0.45%;

}


.probg .probox ul li .pic{
  width: 92%;
  padding-top: 94%;
  position: relative;
  overflow: hidden;
  margin: 0.12rem 4%;

}


.probg .probox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .probox ul li .txt{
  margin: 0 auto;
  height: 0.65rem;
  line-height: 0.45rem;
  text-align: center;

} 

.probg .probox ul li .txt a{
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* reason */

.reason{
  margin: 0 auto;
  width: 100%;
}

.reason ul li{
  float: left;
  width: 25%;
  padding-top: 39%;
  position: relative;
  background: #11182a;
  overflow: hidden;
}

.reason ul li .pic{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;

}

.reason ul li .pic img{
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason ul li .txt{
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(51, 74, 128, 0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason ul li .txt h5{
  font-size: 0.32rem;
  color: #fff;
  padding-top: 70%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason ul li .txt span{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0.12rem auto 0.2rem auto;
}

.reason ul li .txt em{
  display: block;
  width: 0.7rem;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason ul li .txt .nr{
  width: 80%;
  margin: 0.27rem auto 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason ul li .txt p{
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
}

.reason ul li.on .pic{
  opacity: 1;

}

.reason ul li.on .txt{
  background: rgba(51, 74, 128, 0.8);

}


.reason ul li.on .txt h5{
  padding-top: 35%;

}

.reason ul li.on .txt em{
  opacity: 1;

}

.reason ul li.on .txt .nr{
  opacity: 1;
}


/* fw */

.fwbg{
  width: 100%;
  margin: 0 auto;
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;

}

.fwbg .fw .fw_t{
  overflow: hidden;
}

.fwbg .fw .fwbox{
  margin: 0.45rem auto 0 auto;
}

.fwbg .fw .fwbox ul li{
  float: left;
  margin-right: 0.6%;
  width: 19.4%;
  height: 5rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fw .fwbox ul li:last-child{
  margin-right: 0;
}

.fwbg .fw .fwbox ul li .pic{
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #000;

}

.fwbg .fw .fwbox ul li .pic img{
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.5;
}

.fwbg .fw .fwbox ul li .txt{
  left: 0;
  bottom: 0;
  position: absolute;
  width: 78%;
  height: 1.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fw .fwbox ul li .txt a{
  display: block;
  padding: 0 0.3rem;
  width: 92%;
}

.fwbg .fw .fwbox ul li .txt a h5{
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.18rem 0 0.13rem 0;
}

.fwbg .fw .fwbox ul li .txt a span{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fwbg .fw .fwbox ul li.on{
  width: 40%;
}


.fwbg .fw .fwbox ul li.on .pic img{
  opacity: 1;
}

.fwbg .fw .fwbox ul li.on .txt{
  background: #334a80;
} 

.fwbg .fw .fwbox ul li.on .txt a span{
  opacity: 1;
}





/* case */

.casebg{
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 0.5rem 0 0.6rem 0;
  overflow: hidden;
}

.casebg .case_t{
  overflow: hidden;
}

.casebg .casebox{
  margin: 0.4rem auto 0 auto;
} 

.casebg .casebox ul li{
  float: left;
  width: 24%;
  margin: 0 1.3% 0.2rem 0;
}

.casebg .casebox ul li:nth-child(4n){
  margin-right: 0;
}

.casebg .casebox ul li .pic{
  position: relative;
  padding-top: 69%;
  overflow: hidden;

}

.casebg .casebox ul li .pic img{
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.casebg .casebox ul li .txt{
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #fff;

} 

.casebg .casebox ul li .txt a{
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* about */

.aboutbg{
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem 0 0.95rem 0;
}



.aboutbg .about{
  margin: 0 auto;
}


.aboutbg .about .ab_l{
  float: left;
  width: 45%;
}

.aboutbg .about .ab_l .txt{

}

.aboutbg .about .ab_l .txt span{
  display: block;
  font-size: 0.34rem;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 0.32rem;
}

.aboutbg .about .ab_l .txt h5{
  font-size: 0.36rem;
  color: #1a1a1a;
  font-weight: bold;
  margin: 0.08rem 0 0.15rem 0;
}

.aboutbg .about .ab_l .txt em{
  display: block;
  width: 0.7rem;
  height: 3px;
  background: #334a80;
}

.aboutbg .about .ab_l .txt p{
  font-size: 0.14rem;
  color: #333;
  line-height: 0.24rem;
  height: 1.2rem;
  overflow: hidden;
  margin: 0.15rem 0;
}

.aboutbg .about .ab_l .abico{
  overflow: hidden;

} 

.aboutbg .about .ab_l .abico ul li{
  float: left;
  width: 24.5%;
  height: 1.3rem;
  background: #f5f5f5;
  margin-right: 3px;
}

.aboutbg .about .ab_l .abico ul li:last-child{
  margin-right: 0;
}

.aboutbg .about .ab_l .abico ul li a{
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .about .ab_l .abico ul li a img{
  display: block;
  margin: 0.25rem auto 0.1rem auto;
  width: 0.52rem;
  height: 0.46rem;
}

.aboutbg .about .ab_l .abico ul li a i{
  display: block;
  font-size: 0.16rem;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .about .ab_l .more{
  margin-top: 0.3rem;
  width: 1.5rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 5px;
  background: #334a80;
}

.aboutbg .about .ab_l .more a{
  display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
}

.aboutbg .about .abimg{
  float: right;
  margin-right: 2%;
  width: 45%;
  max-width: 7.24rem;
}


.aboutbg .about .abimg img{
  max-width: 7.24rem;
  max-height: 4.7rem;
}




/* news */


.newsbg{
  width: 100%;
  margin: 0 auto;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  background: #f5f5f5;
}


.newsbg .news_t{
  overflow: hidden;
}

.newsbg .news_t .newslist{
  float: right;
  margin-top: 0.35rem;
}


.newsbg .news_t .newslist ul{
  float: left;
}


.newsbg .news_t .newslist ul li{
  float: left;
  margin-right: 0.95rem;
  width: 1.5rem;
    height: 0.52rem;
    line-height: 0.52rem;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 5;
}

.newsbg .news_t .newslist ul li a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news_t .newslist ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: #334a80;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news_t .newslist ul li.on::after {
  width: 100%;
}

.newsbg .news_t .newslist ul li.on a {
  color: #fff;
}

.newsbg .news_t .newslist .titlemore{
  margin-top: 0;
}

.newsbg .newsbox{
  margin: 0.5rem auto 0 auto;
}

.newsbg .newsbox ul li{
  float: left;
  width: 49%;
  height: 2.45rem;
  background: #fff;
  margin: 0 2% 0.3rem 0;
}

.newsbg .newsbox ul li:nth-child(2n){
  margin-right: 0;
}


.newsbg .newsbox ul li .pic{
  float: left;
  width: 41.5%;
  max-width: 3.25rem;
  height: 100%;
  position: relative;
  overflow: hidden;

}

.newsbg .newsbox ul li .pic img{
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .newsbox ul li .txt{
  float: right;
  width: 49%;
  margin-right: 4%;

} 

.newsbg .newsbox ul li .txt a{
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.35rem 0 0.25rem 0;
}

.newsbg .newsbox ul li .txt span{
  display: block;
  font-size: 0.14rem;
  color: #666;
}

.newsbg .newsbox ul li .txt p{
  font-size: 0.14rem;
  color: #666;
  line-height: 0.24rem;
  height: 0.72rem;
  overflow: hidden;
  margin-top: 0.15rem;
}


/* message */

.messagebg{
  width: 100%;
  margin: 0 auto;
  padding: 1.37rem 0 1.5rem 0;
  background: url(../images/messagebg.jpg) no-repeat center;
  background-size: cover;
}


.messagebg .message_t{
  text-align: center;
  margin: 0 auto;
  width: 51%;
}

.messagebg .message_t h5{
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.messagebg .message_t span{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
}

.messagebg .messagebox{
  margin: 0.33rem auto 0 auto; 
  height: 0.45rem;
  width: 84%;
} 

.messagebg .messagebox .form-group1{
  float: left;
  width: 23.8%;
  margin-right: 1.5%;
}

.messagebg .messagebox .form-group1 input{
  width: 100%;
  height: 0.45rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  text-indent: 0.15rem;
}


.messagebg .messagebox .form-group2{
  float: left;
  width: 23.8%;
  margin-right: 1.5%;
}

.messagebg .messagebox .form-group2 input{
  width: 100%;
  height: 0.45rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  text-indent: 0.15rem;
}


.messagebg .messagebox .form-group3{
  float: left;
  width: 23.8%;
  margin-right: 1.5%;
}

.messagebg .messagebox .form-group3 input{
  width: 100%;
  height: 0.45rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  text-indent: 0.15rem;
}


.messagebg .messagebox .anniu{
  float: right;
  width: 23.8%;
}

.messagebg .messagebox .anniu button{
  border: none;
  cursor: pointer;
  width: 100%;
  height: 0.45rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  background: #334a80;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


@media (min-width: 980px) {
  .probg .probox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .probg .probox ul li:hover .txt a{
    color: #334a80;
  }


  .casebg .casebox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .casebg .casebox ul li:hover .txt a{
    color: #334a80;
  }

  .aboutbg .about .ab_l .abico ul li:hover a{
    transform: translateY(-10px);
  }

  .aboutbg .about .ab_l .abico ul li:hover a i{
    color: #334a80;
  }

  .newsbg .newsbox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .newsbox ul li:hover .txt a{
    color: #334a80;
  }

  
.messagebg .messagebox .anniu button:hover{
  border-radius: 45px;

}

}


@media (max-width: 980px) {

.ab_listbg{
  margin: 0rem auto 0 auto;
  padding: 0.35rem 0 0.1rem 0;
}


.ab_listbg .ab_list ul{
  height: 0.94rem;
  background: url(../images/abxt.png) no-repeat left top;
}

.ab_listbg .ab_list ul li{
  width: 50%;
  background: url(../images/abxt.png) no-repeat right top;
  margin-bottom: 0.3rem;

}


.ab_listbg .ab_list ul li h5 span{
  font-size: 0.36rem;
}

.ab_listbg .ab_list ul li h5 i{
  font-size: 0.24rem;
}

.ab_listbg .ab_list ul li p{
  font-size: 0.28rem;

}



.title{
  width: 100%;
  float: none;
  text-align: center;

}

.title h3{
  font-size: 0.38rem;
  line-height: 0.4rem;

}

.title h3 a{
  font-size: 0.38rem;
}

.title span{
  font-size: 0.28rem;
  line-height: 0.38rem;
  margin-top: 0.2rem;
}

.title i{
  margin: 0.2rem auto 0 auto;
}


.titlemore{
  float: none;
  margin: 0.3rem auto 0 auto;
  width: 2rem;
  height: 0.7rem;
  line-height: 0.7rem;
}

.titlemore a{
  font-size: 0.28rem;

}

.probg{
  padding: 0.6rem 0 0.25rem 0;

}


.probg .pro_t .title{
  float: none;
  width: 100%;
}

.probg .pro_t .prolist{
  width: 100%;
  float: none;
  margin-top: 0.45rem;
}


.probg .pro_t .prolist ul li{
  float: left;
  width: 31.3%;
  height: 0.92rem;
  line-height: 0.92rem;
  margin: 0 1% 0.2rem 1%;

}

.probg .pro_t .prolist ul li a{
  font-size: 0.28rem;
}

.probg .probox{
  margin: 0 auto;
  width: 100%;
}


.probg .probox .swiper-container{
  padding: 0.3rem 0;

}


.probg .probox ul{
  width: 96%;
  margin: 0 auto;
}

.probg .probox ul li{
  float: left;
  width: 47%;
  margin: 0 1.5% 0.25rem 1.5%;

}


.probg .probox ul li .pic{
  width: 92%;
  padding-top: 90%;
  margin: 0.12rem 4%;

}


.probg .probox ul li .txt{
  line-height: 0.55rem;

} 

.probg .probox ul li .txt a{
  font-size: 0.28rem;
}




.reason ul li{
  float: left;
  width: 50%;
  padding-top: 0%;
  height: 7rem;

}



.reason ul li .txt h5{
  font-size: 0.32rem;
  padding-top: 70%;

}

.reason ul li .txt span{
  font-size: 0.24rem;
  margin: 0.12rem auto 0.2rem auto;
}

.reason ul li .txt em{
  display: block;
  width: 0.7rem;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason ul li .txt .nr{
  width: 90%;
  margin: 0.27rem auto 0 auto;

}

.reason ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;
}



.reason ul li.on .txt h5{
  padding-top: 20%;

}




.fwbg{

  padding-top: 0.6rem;
  padding-bottom: 0.5rem;

}


.fwbg .fw .fwbox{
  margin: 0.45rem auto 0 auto;
}

.fwbg .fw .fwbox ul li{
  margin-right: 4%;
  width: 48%;
  height: 5rem;
  margin-bottom: 0.2rem;

}

.fwbg .fw .fwbox ul li:last-child{
  margin-right: 0;
}

.fwbg .fw .fwbox ul li:nth-child(2n){
  margin-right: 0;
}



.fwbg .fw .fwbox ul li .txt{

  width: 78%;
  height: 1.6rem;

}

.fwbg .fw .fwbox ul li .txt a{
  display: block;
  padding: 0 0.2rem;
  width: 90%;
}

.fwbg .fw .fwbox ul li .txt a h5{
  font-size: 0.3rem;
  margin: 0.18rem 0 0.13rem 0;
}

.fwbg .fw .fwbox ul li .txt a span{
  font-size: 0.28rem;
  line-height: 0.35rem;
  height: 0.7rem;

}


.fwbg .fw .fwbox ul li.on{
  width: 48%;
}


.fwbg .fw .fwbox ul li.on .pic img{
  opacity: 1;
}

.fwbg .fw .fwbox ul li.on .txt{
  background: #334a80;
  width: 100%;
} 

.fwbg .fw .fwbox ul li.on .txt a span{
  opacity: 1;
}





/* case */

.casebg{
  padding: 0.5rem 0 0.5rem 0;

}


.casebg .casebox{
  margin: 0.4rem auto 0 auto;
} 

.casebg .casebox ul li{
  float: left;
  width: 48%;
  margin: 0 4% 0.3rem 0;
}

.casebg .casebox ul li:nth-child(4n){
  margin: 0 4% 0.3rem 0;
}

.casebg .casebox ul li:nth-child(2n){
  margin-right: 0;
}



.casebg .casebox ul li .txt{
  height: 0.8rem;
  line-height: 0.8rem;

} 

.casebg .casebox ul li .txt a{
  font-size: 0.28rem;
}



.aboutbg{

  padding: 0.7rem 0 0.7rem 0;

}


.aboutbg .about .ab_l{
  float: none;
  width: 100%;
}


.aboutbg .about .ab_l .txt span{
  font-size: 0.28rem;
  line-height: 0.32rem;
}

.aboutbg .about .ab_l .txt h5{
  font-size: 0.34rem;
  margin: 0.08rem 0 0.15rem 0;
}

.aboutbg .about .ab_l .txt em{
  display: block;
  width: 0.7rem;
  height: 3px;
  background: #334a80;
}

.aboutbg .about .ab_l .txt p{
  font-size: 0.28rem;
  line-height: 0.5rem;
  height: 2rem;
  margin: 0.15rem 0;
}

.aboutbg .about .ab_l .abico{
  margin-top: 0.2rem;
}

.aboutbg .about .ab_l .abico ul li{
  width: 24.2%;
  height: 1.4rem;
}


.aboutbg .about .ab_l .abico ul li a img{
  margin: 0.25rem auto 0.1rem auto;
  width: 0.52rem;
  height: 0.46rem;
}

.aboutbg .about .ab_l .abico ul li a i{
  font-size: 0.28rem;
}

.aboutbg .about .ab_l .more{
  margin-top: 0.3rem;
  width: 1.8rem;
  height: 0.7rem;
  line-height: 0.7rem;
}

.aboutbg .about .ab_l .more a{
    font-size: 0.28rem;

}

.aboutbg .about .abimg{
  float: none;
  margin: 0.4rem auto 0 auto;
  width: 100%;
  max-width: 7.24rem;
}


.aboutbg .about .abimg img{
  max-width: 100%;
  max-height: 100%;
}




/* news */


.newsbg{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

}


.newsbg .news_t .newslist{
  float: none;
  margin-top: 0.35rem;
}


.newsbg .news_t .newslist ul{
  float: left;
  width: 70%;
}


.newsbg .news_t .newslist ul li{
  margin-right: 7%;
  width: 43%;
    height: 0.7rem;
    line-height: 0.7rem;
}

.newsbg .news_t .newslist ul li a{
  font-size: 0.28rem;

}


.newsbg .news_t .newslist .titlemore{
  margin-top: 0;
  width: 30%;
  float: left;
}

.newsbg .newsbox{
  margin: 0.5rem auto 0 auto;
}

.newsbg .newsbox ul li{
  float: none;
  width: 100%;
  height: 2.5rem;
  margin: 0 0% 0.3rem 0;
}


.newsbg .newsbox ul li .pic{
  float: left;
  width: 43%;
  max-width: 3.25rem;

}


.newsbg .newsbox ul li .txt{
  float: right;
  width: 49%;
  margin-right: 4%;

} 

.newsbg .newsbox ul li .txt a{
  font-size: 0.3rem;
  margin: 0.18rem 0 0.1rem 0;
}

.newsbg .newsbox ul li .txt span{
  font-size: 0.28rem;
}

.newsbg .newsbox ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 0.8rem;
  margin-top: 0.15rem;
}


/* message */

.messagebg{
  padding: 0.5rem 0 0.6rem 0;

}

.messagebg .message_t{
  width: 90%;
}

.messagebg .message_t h5{
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
}

.messagebg .message_t span{
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.messagebg .messagebox{
  margin: 0.33rem auto 0 auto; 
  height: auto;
  width: 90%;
} 

.messagebg .messagebox .form-group1{
  float: left;
  width: 48%;
  margin-right: 4%;
}

.messagebg .messagebox .form-group1 input{
  height: 0.65rem;
  font-size: 0.28rem;
  text-indent: 0.15rem;
}


.messagebg .messagebox .form-group2{
  float: left;
  width: 48%;
  margin-right: 0%;
}

.messagebg .messagebox .form-group2 input{
  height: 0.65rem;
  font-size: 0.28rem;
  text-indent: 0.15rem;
}


.messagebg .messagebox .form-group3{
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 0.2rem;
}

.messagebg .messagebox .form-group3 input{
  height: 0.65rem;
  font-size: 0.28rem;
  text-indent: 0.15rem;
}


.messagebg .messagebox .anniu{
  float: right;
  width: 48%;
  margin-right: 0%;
  margin-top: 0.2rem;
}

.messagebg .messagebox .anniu button{
  height: 0.65rem;
  font-size: 0.28rem;
}

}